﻿2026-08-04T03:14:57.3496166Z ##[group]Run actions/checkout@v5
2026-08-04T03:14:57.3496949Z with:
2026-08-04T03:14:57.3497339Z   repository: BigscreenVR/spt-bs-core
2026-08-04T03:14:57.3500448Z   token: ***
2026-08-04T03:14:57.3500824Z   ssh-strict: true
2026-08-04T03:14:57.3501219Z   ssh-user: git
2026-08-04T03:14:57.3501597Z   persist-credentials: true
2026-08-04T03:14:57.3502010Z   clean: true
2026-08-04T03:14:57.3502394Z   sparse-checkout-cone-mode: true
2026-08-04T03:14:57.3502832Z   fetch-depth: 1
2026-08-04T03:14:57.3503201Z   fetch-tags: false
2026-08-04T03:14:57.3503596Z   show-progress: true
2026-08-04T03:14:57.3504005Z   lfs: false
2026-08-04T03:14:57.3504359Z   submodules: false
2026-08-04T03:14:57.3504796Z   set-safe-directory: true
2026-08-04T03:14:57.3505219Z   allow-unsafe-pr-checkout: false
2026-08-04T03:14:57.3505891Z ##[endgroup]
2026-08-04T03:14:57.4289474Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-04T03:14:57.4291570Z ##[group]Getting Git version info
2026-08-04T03:14:57.4308613Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-04T03:14:57.4309865Z [command]/usr/bin/git version
2026-08-04T03:14:57.4314059Z git version 2.43.0
2026-08-04T03:14:57.4331957Z ##[endgroup]
2026-08-04T03:14:57.4339832Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/f8036a90-74df-458c-8d23-fcdc6a36db02/.gitconfig'
2026-08-04T03:14:57.4346839Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f8036a90-74df-458c-8d23-fcdc6a36db02' before making global git config changes
2026-08-04T03:14:57.4348149Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T03:14:57.4349734Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-04T03:14:57.4398612Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-04T03:14:57.4416781Z https://github.com/BigscreenVR/spt-bs-core
2026-08-04T03:14:57.4426711Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-04T03:14:57.4429029Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-04T03:14:57.4445837Z refs/heads/golden/knock145
2026-08-04T03:14:57.4451670Z [command]/usr/bin/git checkout --detach
2026-08-04T03:14:57.4507927Z HEAD is now at 4b37512f7 fix(knock): refuse a knock whose target resolved nowhere (#145)
2026-08-04T03:14:57.4543097Z [command]/usr/bin/git branch --delete --force golden/knock145
2026-08-04T03:14:57.4573255Z Deleted branch golden/knock145 (was 4b37512f7).
2026-08-04T03:14:57.4672885Z ##[endgroup]
2026-08-04T03:14:57.4677065Z [command]/usr/bin/git submodule status
2026-08-04T03:14:57.4863334Z ##[group]Cleaning the repository
2026-08-04T03:14:57.4866257Z [command]/usr/bin/git clean -ffdx
2026-08-04T03:14:58.3048562Z Removing bench-ledger/
2026-08-04T03:14:58.3049877Z Removing target/
2026-08-04T03:14:58.3057532Z [command]/usr/bin/git reset --hard HEAD
2026-08-04T03:14:58.3122250Z HEAD is now at 4b37512f7 fix(knock): refuse a knock whose target resolved nowhere (#145)
2026-08-04T03:14:58.3128317Z ##[endgroup]
2026-08-04T03:14:58.3129876Z ##[group]Disabling automatic garbage collection
2026-08-04T03:14:58.3132762Z [command]/usr/bin/git config --local gc.auto 0
2026-08-04T03:14:58.3157568Z ##[endgroup]
2026-08-04T03:14:58.3159056Z ##[group]Setting up auth
2026-08-04T03:14:58.3161498Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T03:14:58.3186495Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-04T03:14:58.3380151Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T03:14:58.3404750Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-04T03:14:58.3588515Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T03:14:58.3614816Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T03:14:58.3808274Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-04T03:14:58.3840110Z ##[endgroup]
2026-08-04T03:14:58.3841523Z ##[group]Fetching the repository
2026-08-04T03:14:58.3847868Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4b37512f71620444df8fe852b494f03e759dd75c:refs/remotes/origin/golden/knock145
2026-08-04T03:14:58.9699790Z ##[endgroup]
2026-08-04T03:14:58.9701361Z ##[group]Determining the checkout info
2026-08-04T03:14:58.9703024Z ##[endgroup]
2026-08-04T03:14:58.9704034Z [command]/usr/bin/git sparse-checkout disable
2026-08-04T03:14:58.9779651Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-04T03:14:58.9805231Z ##[group]Checking out the ref
2026-08-04T03:14:58.9807802Z [command]/usr/bin/git checkout --progress --force -B golden/knock145 refs/remotes/origin/golden/knock145
2026-08-04T03:14:58.9869502Z Switched to a new branch 'golden/knock145'
2026-08-04T03:14:58.9871276Z branch 'golden/knock145' set up to track 'origin/golden/knock145'.
2026-08-04T03:14:58.9876515Z ##[endgroup]
2026-08-04T03:14:58.9913760Z [command]/usr/bin/git log -1 --format=%H
2026-08-04T03:14:58.9938721Z 4b37512f71620444df8fe852b494f03e759dd75c
